Update gpsusbstub.cc (#610)
authorVlad Wing <vladwing@users.noreply.github.com>
Sat, 25 Jul 2020 12:20:36 +0000 (13:20 +0100)
committerGitHub <noreply@github.com>
Sat, 25 Jul 2020 12:20:36 +0000 (06:20 -0600)
commita12c58a6741ee852bb8159d2fcd87bbc4c40f1cc
treefe634d71046555156ae190d73a2018b796510b06
parent439948a0113ba684668dbd9df2e261e499a648c2
Update gpsusbstub.cc (#610)

Build fails when configured `--without-libusb`:
```
jeeps/gpsusbstub.cc:39:3: error: ‘Fatal’ was not declared in this scope
   Fatal() << no_usb;
   ^~~~~
jeeps/gpsusbstub.cc:39:3: note: suggested alternative: ‘fatal’
   Fatal() << no_usb;
   ^~~~~
   fatal
```
jeeps/gpsusbstub.cc